-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EASI-4529] notification emails #2947
base: feature/EASI-4521_grb_presentation_links
Are you sure you want to change the base?
[EASI-4529] notification emails #2947
Conversation
EKS Ingress URLs |
@@ -45,7 +45,7 @@ type GRBReviewDiscussionGroupTaggedBody struct { | |||
|
|||
func (sie systemIntakeEmails) grbReviewDiscussionGroupTaggedBody(input SendGRBReviewDiscussionGroupTaggedEmailInput) (string, error) { | |||
if sie.client.templates.grbReviewDiscussionGroupTagged == nil { | |||
return "", errors.New("grb review discussion reply template is nil") | |||
return "", errors.New("grb review discussion group tagged template is nil") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed err msg
@@ -42,7 +42,7 @@ type GRBReviewDiscussionIndividualTaggedBody struct { | |||
|
|||
func (sie systemIntakeEmails) grbReviewDiscussionIndividualTaggedBody(input SendGRBReviewDiscussionIndividualTaggedEmailInput) (string, error) { | |||
if sie.client.templates.grbReviewDiscussionIndividualTagged == nil { | |||
return "", errors.New("grb review discussion reply template is nil") | |||
return "", errors.New("grb review discussion individual tagged template is nil") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed err msg
…notification_emails
…notification_emails
…notification_emails
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except for some adjustments needed on the template to match the figma. If you wouldn't mind, it looks like the SendSystemIntakeAdminUploadDocEmail
notification template could use similar changes as well.
pkg/email/templates/grb_review_presentation_links_updated.gohtml
Outdated
Show resolved
Hide resolved
pkg/email/templates/grb_review_presentation_links_updated.gohtml
Outdated
Show resolved
Hide resolved
Co-authored-by: Lee Warrick <32332479+mynar7@users.noreply.github.com>
good call - added changes for |
EASI-4529
Description
How to test this change
PR Author Checklist
PR Reviewer Guidelines